/* 头部导航栏部分 */

.head_z {
  height: 56px;
  width: 100%;
  position: relative;
  background-color: #005f99;
}

.head_z .w {
  position: relative;
}

.head_z .w>ul {
  float: left;
}

.head_z .w>ul>li {
  width: 150px;
  height: 56px;
  float: left;
  font-weight: 700;
  line-height: 56px;
  text-align: center;
  position: relative;
}

.head_z .w>ul>li>a {
  color: #ffffff;
  font-size: 16px;
  display: block;
  width: 100%;
  height: 100%;
  font-weight: 400;
  background: url("../img/sy_c.png") no-repeat center;
  background-size: 0 56px;
  transition: background-size 0.5s;
  -webkit-transition: background-size 0.5s;
}

.head_z .w>ul>li.on>a {
  background: url("../img/sy_c.png") no-repeat center;
  background-size: 150px 56px;
}

.head_z .w>ul>li:hover>a {
  background: url("../img/sy_c.png") no-repeat center;
  background-size: 150px 56px;
}

.head_z .w>ul>li>ul {
  width: 150px;
  position: absolute;
  left: 0;
  top: 56px;
  z-index: 100;
  height: 0;
  background-color: rgba(255, 255, 255, 0.9);
  display: none;
  padding: 10px 0;
  border-bottom: 2px solid #126aa0;
}

.head_z .w>ul>li>ul>li a {
  line-height: 32px;
  font-size: 14px;
  color: #666666;
  font-weight: 400;
  display: block;
}

.head_z .w>ul>li>ul>li:hover a {
  color: #005f99;
  font-weight: 700;
}

.head_z .w>ul>li>ul>li.on a {
  color: #005f99;
  font-weight: 700;
}

.tewm {
  cursor: pointer;
}

.head_z .w>ul>li:hover ul {
  z-index: 100;
  height: auto;
  display: block;
}

.head_a .w {
  height: 49px;
  border-bottom: 1px solid #ececec;
  overflow: hidden;
  line-height: 49px;
}

.head_az {
  float: left;
  color: #666666;
  font-size: 14px;
}

.head_ay {
  float: right;
}

.head_ay a {
  color: #666666;
  font-size: 14px;
  margin-left: 32px;
}

.head_ay a:hover {
  color: #005f99;
}

.head_ay img {
  vertical-align: sub;
}

.head_b .w {
  overflow: hidden;
  height: 126px;
}

.head_bz {
  float: left;
  padding-top: 33px;
  margin-right: 144px;
}

.head_bz:hover {
  opacity: 0.8;
}

.head_bss {
  float: left;
  width: 316px;
  height: 42px;
  border: 1px solid #005f99;
  /* line-height: 42px; */
  background: url("../img/sy_f.png") no-repeat 12px center;
  padding-left: 39px;
  box-sizing: border-box;
  margin-top: 42px;
  position: relative;
}

.head_bss input {
  width: 100%;
  padding-right: 114px;
  box-sizing: border-box;
  line-height: 40px;
}

.head_bss input {
  width: 100%;
  padding-right: 114px;
  box-sizing: border-box;
  line-height: 40px;
}

.head_bss input::-webkit-input-placeholder {
  color: #b3b3b3;
}

.head_bss a {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 82px;
  height: 40px;
  line-height: 42px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  background-color: #005f99;
}

.head_by {
  float: right;
  width: 242px;
  height: 114px;
  background: url("../img/sy_g.png") no-repeat left top;
  padding-left: 100px;
  box-sizing: border-box;
  padding-top: 24px;
  margin-top: 16px;
}

.head_by p {
  color: #666666;
  font-size: 14px;
}

.head_by div {
  color: #005f99;
  font-size: 20px;
  font-weight: 700;
}

/* 轮播图部分 */

.slideBox {
  width: 100%;
  height: 527px;
  position: relative;
}

.bdu {
  height: 100%;
}

.bdu ul {
  height: 100%;
}

.bdu li {
  height: 100%;
  background-size: 100% 100%!important;
}

.hd1 ul {
  position: absolute;
  left: 50%;
  /* transform: translate(-50%); */
  margin-left: -79px;
  bottom: 29px;
  color: #fff;
  z-index: 1;
}

.hd1 ul li {
  width: 14px;
  height: 14px;
  display: inline-block;
  margin: 0 5px;
  cursor: pointer;
  border-radius: 50%;
  background-color: #fbfbfc;
}

.hd1 .on {
  background-color: #005f99;
}

.tempWrap {
  width: 100% !important;
  height: 100%;
}

.bdu {
  overflow: hidden;
}

.prev6 {
  display: block;
  width: 33px;
  height: 26px;
  position: relative;
  position: absolute;
  left: 10px;
  top: 276px;
  color: #fff;
  background: url("../img/01.png") no-repeat right;
  z-index: 2;
  text-align: center;
}

.next6 {
  display: block;
  width: 33px;
  height: 26px;
  position: relative;
  position: absolute;
  right: 10px;
  top: 276px;
  color: #fff;
  background: url("../img/04.png") no-repeat left;
  z-index: 2;
  text-align: center;
}

.prev6 span {
  display: block;
  width: 26px;
  height: 26px;
  position: absolute;
  left: 0;
  top: 0;
}

.next6 span {
  display: block;
  width: 26px;
  height: 26px;
  position: absolute;
  right: 0;
  top: 0;
}

.prev6:hover span {
  background: url("../img/05.png") no-repeat left;
}

.next6:hover span {
  background: url("../img/05.png") no-repeat right;
}

/* 回到顶部 */

.hdd {
  position: fixed;
  right: 57px;
  bottom: 46px;
  width: 48px;
}

.hdd ul {
  width: 100%;
  height: 100%;
}

.hdd ul li {
  width: 48px;
  height: 48px;
  background-color: #005f99;
  margin-bottom: 2px;
  cursor: pointer;
  position: relative;
}

.hdd ul li a {
  display: block;
  width: 100%;
  height: 100%;
}

.hdd ul li:hover {
  background-color: #a38601;
}

.hdd ul li.hdd_a a {
  background: url("../img/sy_x.png") no-repeat center;
}

.hdd ul li.hdd_b a {
  background: url("../img/sy_y.png") no-repeat center;
}

.hdd ul li.hddb a {
  background: url("../img/sy_z.png") no-repeat center;
}

.hdd_b div {
  position: absolute;
  right: 62px;
  top: -16px;
  display: none;
}

.hdd_b:hover div {
  display: block;
}

/* 首页内容部分 */

.nr_a {
  margin-bottom: 167px;
}

.nr_a .w {
  overflow: hidden;
}

.nr_a img {
  width: 100%;
}

.nr_az {
  float: left;
  padding-top: 107px;
}

.nr_ay {
  float: right;
  width: 770px;
  padding-top: 97px;
}

.nr_ay_tou {
  width: 100%;
  height: 104px;
  overflow: hidden;
  margin-bottom: 30px;
  background: url("../img/sy_b.png") no-repeat 85px center;
}

.nr_ay_bt {
  display: block;
  float: left;
  line-height: 104px;
  color: #000000;
  font-size: 28px;
  font-weight: 700;
}

.nr_ay_bt span {
  font-weight: 400;
  margin-right: 49px;
}

.nr_ay_bt em {
  font-style: inherit;
  color: #005f99;
  font-size: 28px;
  font-weight: 700;
  font-family: Arial;
}

.nr_ay_ckgd {
  float: right;
  width: 118px;
  height: 41px;
  text-align: center;
  line-height: 41px;
  color: #fff;
  background-color: #005f99;
  margin-top: 28px;
}

.nr_ay_ckgd:hover {
  color: #fff;
  background-color: #a38601;
}

.nr_ay_nr {
  height: 185px;
  margin-bottom: 48px;
}

.nr_ay_nr p {
  color: #323232;
  font-size: 14px;
  text-indent: 2em;
  line-height: 37px;
}

.nr_ay_fl ul {
  width: 100%;
  overflow: hidden;
}

.nr_ay_fl ul li {
  float: left;
  width: 161px;
  height: 94px;
  border: 1px solid #c7c7c7;
  margin-right: 27px;
  background-color: #fff;
  transition: all ease-out 0.3s;
}

.nr_ay_fl ul li a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  padding-top: 60px;
  box-sizing: border-box;
  color: #323232;
  font-size: 16px;
}

.nr_ay_fl ul li:hover a {
  color: #fff;
}

.nr_ay_fl ul li:hover {
  background-color: #a38601;
  border: 1px solid #a38601;
}

.nr_ay_fla a {
  background: url("../img/sy_h.png") no-repeat center 20px;
}

.nr_ay_fla:hover a {
  background: url("../img/sy_hs.png") no-repeat center 20px;
}

.nr_ay_flb a {
  background: url("../img/sy_i.png") no-repeat center 20px;
}

.nr_ay_flb:hover a {
  background: url("../img/sy_is.png") no-repeat center 20px;
}

.nr_ay_flc a {
  background: url("../img/sy_j.png") no-repeat center 20px;
}

.nr_ay_flc:hover a {
  background: url("../img/sy_js.png") no-repeat center 20px;
}

.nr_b {
  width: 100%;
  height: 102px;
  text-align: center;
  background: url("../img/sy_b.png") no-repeat center;
}

.nr_b .w {
  padding-left: 462px;
  box-sizing: border-box;
}

.nr_c {
  width: 100%;
  margin-top: 33px;
  margin-bottom: 52px;
}

.nr_c_qh {
  margin-bottom: 55px;
}

.nr_c_qh ul {
  overflow: hidden;
  text-align: center;
}

.nr_c_qh_ge {
  height: 41px;
  min-width: 118px;
  line-height: 41px;
  display: inline-block;
  text-align: center;
  color: #fff;
  background-color: #005f99;
  padding: 0 23px;
  font-size: 16px;
  margin: 0 5px 15px;
  cursor: pointer;
}

.nr_c_qh_ge.on {
  background-color: #a38601;
}

.nr_c_nr_lbge {
  width: 284px;
  height: 259px;
  border: 2px solid #fff;
  margin-right: 16px;
  transition: all ease-out 0.5s;
}

.nr_c_nr_lbge:hover {
  border: 2px solid #005f99;
}

.nr_c_nr_lbge a {
  display: block;
  width: 100%;
  height: 100%;
}

.nr_c_nr_lbge div {
  width: 100%;
  height: 52px;
  text-align: center;
  line-height: 52px;
  display: block;
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all ease-out 0.3s;
  background-color: #fff;
}

.nr_c_nr_lbge:hover div {
  background-color: #005f99;
  color: #fff;
}

.nr_c_nr_lbge img {
  width: 100%;
}

.nr_c_nr_lb {
  position: relative;
}

.nr_c_nr_lb .prev {
  width: 47px;
  height: 62px;
  position: absolute;
  left: -53px;
  top: 78px;
  background: url("../img/sy_tss.png") no-repeat center;
}

.nr_c_nr_lb .prev:hover {
  background: url("../img/sy_us.png") no-repeat center;
}

.nr_c_nr_lb .next {
  width: 47px;
  height: 62px;
  position: absolute;
  right: -53px;
  top: 78px;
  background: url("../img/sy_ts.png") no-repeat center;
}

.nr_c_nr_lb .next:hover {
  background: url("../img/sy_u.png") no-repeat center;
}

.nr_c_nr_lb .nr_c_nr_lbge {
  float: left;
}

.nr_c_nr_lb ul {
  overflow: hidden;
  margin-right: -20px;
}

.nr_d {
  width: 100%;
  height: 701px;
  background: url("../img/sy_k.png") no-repeat center;
  padding-top: 58px;
  box-sizing: border-box;
}

.slideBox7 {
  position: relative;
}

.slideBox7 .hd {
  position: absolute;
  bottom: -30px;
  width: 100%;
  z-index: 10;
}

.slideBox7 .hd ul {
  text-align: center;
}

.slideBox7 .hd ul li {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #fff;
  display: inline-block;
  cursor: pointer;
  margin: 0 5px;
}

.slideBox7 .hd ul li.on {
  background-color: #005f99;
}

.nr_d_nr {
  width: 100%;
  padding: 38px 33px;
  box-sizing: border-box;
}

.nr_d_nr_lb_ge {
  width: 100%;
  height: 189px;
  padding: 20px;
  box-sizing: border-box;
  background-color: #fff;
  margin-bottom: 21px;
}

.nr_d_nr_lb_ge h3 {
  width: 100%;
  height: 100%;
  font-weight: 400;
}

.nr_d_nr_lb_ge a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.nr_d_nr_lb_ge a>div {
  float: left;
}

.nr_d_nr_lb_gea {
  width: 235px;
  margin-right: 29px;
}

.nr_d_nr_lb_gea img {
  width: 100%;
}

.nr_d_nr_lb_geb {
  width: 631px;
}

.nr_d_nr_lb_geb h6 {
  color: #323232;
  font-size: 16px;
  padding: 26px 0 13px;
  display: block;
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.nr_d_nr_lb_ge:hover .nr_d_nr_lb_geb h6 {
  color: #a38601;
  font-size: 16px;
}

.nr_d_nr_lb_geb p {
  color: #666666;
  font-size: 14px;
  overflow: hidden;
  line-height: 26px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: block-axis;
}

.nr_d_nr_lb_ge a .nr_d_nr_lb_gec {
  float: right;
  width: 118px;
  text-align: center;
}

.nr_d_nr_lb_gec p {
  color: #929292;
  font-size: 26px;
  padding-top: 20px;
  margin-bottom: 15px;
}

.nr_d_nr_lb_gec div {
  width: 118px;
  height: 41px;
  line-height: 41px;
  text-align: center;
  background-color: #efefef;
  color: #323232;
}

.nr_d_nr_lb_gec div:hover {
  background-color: #a38601;
  color: #fff;
}

.nr_e {
  padding: 48px 0;
}

.nr_e_nr {
  width: 100%;
  padding: 0 30px;
  box-sizing: border-box;
}

.nr_e_nrlb {
  position: relative;
}

.nr_e_nrlb .prev {
  width: 12px;
  height: 20px;
  position: absolute;
  left: -30px;
  top: 27px;
  background: url("../img/sy_v.png") no-repeat center;
}

.nr_e_nrlb .next {
  width: 12px;
  height: 20px;
  position: absolute;
  right: -30px;
  top: 27px;
  background: url("../img/sy_vs.png") no-repeat center;
}

.nr_e_nrlbge {
  float: left;
  width: 197px;
  margin-right: 38px;
}

.nr_e_nrlbge img {
  max-width: 100%;
}

.nr_e_nrlb ul {
  overflow: hidden;
}

/* 底部 */

.dibu {
  width: 100%;
  height: 243px;
  background-color: #2b2b2b;
}

.dibu_s {
  width: 100%;
  height: 169px;
  padding: 25px 41px;
  box-sizing: border-box;
  overflow: hidden;
  border-bottom: 1px solid #363636;
}

.dibu_sz {
  width: 728px;
  float: left;
}

.dibu_szs {
  min-height: 80px;
}

.dibu .dibu_szx p {
  color: #5c5b5b;
}

.dibu_szs ul {
  overflow: hidden;
}

.dibu_szs ul li {
  float: left;
}

.dibu_szs ul li p {
  line-height: 23px;
  color: #989898;
  font-size: 14px;
}

.dibu_szs_yi {
  width: 162px;
}

.dibu_szs_yi h1 {
  color: #ffffff;
  font-size: 24px;
  font-weight: 400;
}

.dibu_szs_er {
  width: 339px;
}

.dibu_szx span {
  color: #5c5b5b;
  margin-right: 28px;
}

.dibu_sy {
  width: 368px;
  height: 118px;
  border: 3px solid #bebebe;
  float: right;
}

.dibu_sy iframe {
  width: 100%;
  height: 100%;
}

.dibu_x {
  width: 100%;
  height: 73px;
  line-height: 73px;
}

.dibu_xz {
  /* float: left; */
  width: 100%;
  text-align: center;
}

.dibu_xz a {
  color: #5c5b5b;
  font-size: 14px;
}

.dibu_xz a:hover {
  color: #fff;
}

.dibu_xy {
  cursor: pointer;
  float: right;
  width: 186px;
  height: 37px;
  line-height: 37px;
  border: 1px solid #323232;
  margin-top: 20px;
  position: relative;
  color: #5c5b5b;
  font-size: 14px;
  text-align: left;
  padding: 0 16px;
  box-sizing: border-box;
  background: url("../img/sy_w.png") no-repeat 162px center;
  display: none;
}

.dibu_xy ul {
  position: absolute;
  bottom: 36px;
  left: 0;
  border: 1px solid #323232;
  display: none;
}

.dibu_xy:hover ul {
  display: block;
}

.dibu_xy ul li {
  width: 182px;
  height: 37px;
  line-height: 37px;
  padding: 0 16px;
  box-sizing: border-box;
  background-color: #2b2b2b;
}

.dibu_xy ul li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #5c5b5b;
  font-size: 14px;
}

.dibu_xy ul li a:hover {
  color: #fff;
}

.dibu_xy>a {
  display: block;
  width: 100%;
  height: 100%;
  color: #5c5b5b;
  font-size: 14px;
}

.dibu_xy>a:hover {
  color: #fff;
}

.zy_lb {
  width: 100%;
  height: 383px;
  position: relative;
}

.zy_lb .bd {
  width: 100%;
  height: 383px;
}

.zy_lb .bd ul {
  width: 100%;
  height: 383px;
}

.zy_lb .bd li {
  height: 383px;
  background-size: 100% 100%!important;
}

.zy_lb .hd ul {
  position: absolute;
  left: 50%;
  /* transform: translate(-50%); */
  margin-left: -79px;
  bottom: 29px;
  color: #fff;
  z-index: 1;
}

.zy_lb .hd ul li {
  width: 14px;
  height: 14px;
  display: inline-block;
  margin: 0 5px;
  cursor: pointer;
  border-radius: 50%;
  background-color: #fbfbfc;
}

.zy_lb .hd .on {
  background-color: #005f99;
}

.mbx {
  width: 100%;
  height: 50px;
  padding-top: 27px;
  box-sizing: border-box;
  text-align: left;
  color: #666666;
  font-size: 14px;
  margin-bottom: 30px;
}

.mbx a {
  color: #666666;
  font-size: 14px;
}

.mbx a.on {
  color: #005f99;
  font-size: 14px;
  font-weight: 700;
}

.ejdh {
  width: 100%;
}

.ejdh .w {
  height: 100px;
  background: url("../img/lxwm_a.png") no-repeat bottom center
}

.ejdh_z {
  float: left;
  height: 81px;
  background: url("../img/sy_bs.png") no-repeat 97px center;
}

.ejdh_z .nr_ay_bt {
  line-height: 81px;
}

.ejdh_y {
  float: right;
}

.ejdh_y ul {
  overflow: hidden;
  padding-top: 28px;
}

.ejdh_y ul li {
  float: left;
}

.ejdh_y_ge {
  width: 118px;
  height: 41px;
  line-height: 41px;
  background-color: #005f99;
  margin-left: 12px;
}

.ejdh_y_ge.on {
  background-color: #a38601;
}

.ejdh_y_ge:hover {
  background-color: #a38601;
}

.ejdh_y_ge a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  text-align: center;
  font-size: 16px;
}

.gydb {
  width: 100%;
}

.gydb .w {
  overflow: hidden;
}

.gydb_z {
  float: left;
  width: 666px;
}

.gydb_nr p {
  color: #323232;
  font-size: 14px;
  line-height: 38px;
}

.gydb_y {
  float: right;
}

.gydb_nr {
  padding: 70px 0;
  overflow: hidden;
}

.hydt .w {
  padding: 50px 30px;
  box-sizing: border-box;
}

.hydt .nr_d_nr_lb_ge {
  background-color: #f9f9f9;
}

.hydt_nr {
  min-height: 400px;
  margin-bottom: 53px;
}

.fy {
  width: 100%;
  text-align: center;
}

.fy a {
  display: inline-block;
  width: 27px;
  height: 27px;
  text-align: center;
  line-height: 27px;
  color: #999999;
  font-size: 16px;
  margin: 0 8px;
  vertical-align: top;
  border-radius: 50%;
}

.fy a.on {
  background-color: #005f99;
  color: #fff;
}

.fy a[href]:hover {
  background-color: #005f99;
  color: #fff;
}

.fy .yy {
  width: 71px;
  height: 24px;
  border-radius: 12px;
  line-height: 27px;
  border: #cacaca solid 1px;
  background: url("../img/fy_as.png") no-repeat center;
  background-color: #fff;
}

.fy .yy[href]:hover {
  background-color: #fff;
  border: 1px solid #005f99;
  background: url("../img/fy_bs.png") no-repeat center;
}

.fy .zz {
  width: 71px;
  height: 24px;
  border-radius: 12px;
  line-height: 27px;
  border: #cacaca solid 1px;
  background: url("../img/fy_a.png") no-repeat center;
  background-color: #fff;
}

.fy .zz[href]:hover {
  background-color: #fff;
  border: 1px solid #005f99;
  background: url("../img/fy_b.png") no-repeat center;
}

.hydtxq .w {
  padding-bottom: 60px;
}

.hydtxq_tou {
  padding: 45px 0 28px;
  width: 100%;
  border-bottom: 1px dashed #cccccc;
}

.hydtxq_tou h1 {
  color: #323232;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 28px;
}

.hydtxq_tou_nr span {
  margin-right: 25px;
  color: #646464;
  font-size: 14px;
}

.hydtxq_tou_nr span em {
  font-style: inherit;
  cursor: pointer;
  margin: 0 3px;
}

.hydtxq_tou_nr span em.on {
  color: #005f99;
}

.hydtxq_tou_nr span em:hover {
  color: #005f99;
}

.hydtxq_tou_nr span a {
  color: #646464;
  font-size: 14px;
  margin-left: 20px;
}

.hydtxq_tou_nr span a:hover {
  color: #005f99;
}

.hydtxq_nr {
  padding: 30px 0;
  box-sizing: border-box;
  border-bottom: 1px dashed #cccccc;
}

.hydtxq_nr p {
  color: #323232;
  font-size: 14px;
  line-height: 38px;
}

.sxps {
  padding: 40px 0;
}

.sxps>div {
  margin-bottom: 16px;
  width: 100%;
  height: 26px;
  line-height: 26px;
}

.sxps>div a {
  display: block;
  width: 100%;
  height: 100%;
  display: block;
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #323232;
  font-size: 16px;
}

.sxps>div a[href]:hover {
  color: #005f99;
}

.sxp_a a span {
  display: inline-block;
  width: 71px;
  height: 24px;
  border-radius: 12px;
  line-height: 27px;
  border: #cacaca solid 1px;
  background: url("../img/fy_a.png") no-repeat center;
  background-color: #fff;
  vertical-align: bottom;
  margin-right: 25px;
}

.sxp_a a[href]:hover span {
  background-color: #fff;
  border: 1px solid #005f99;
  background: url("../img/fy_b.png") no-repeat center;
}

.sxp_b a span {
  display: inline-block;
  width: 71px;
  height: 24px;
  border-radius: 12px;
  line-height: 27px;
  border: #cacaca solid 1px;
  background: url("../img/fy_as.png") no-repeat center;
  background-color: #fff;
  vertical-align: bottom;
  margin-right: 25px;
}

.sxp_b a[href]:hover span {
  background-color: #fff;
  border: 1px solid #005f99;
  background: url("../img/fy_bs.png") no-repeat center;
}

.xgtj {
  width: 100%;
  padding: 0 26px;
  box-sizing: border-box;
  border-bottom: 7px solid #e7e7e7;
  background-color: #f9f9f9;
}

.xgtj_tou {
  padding-top: 20px;
  width: 100%;
  padding-bottom: 15px;
  border-bottom: 1px solid #dfdfdf;
}

.xgtj_tou a {
  float: right;
  display: block;
  width: 108px;
  height: 37px;
  border-radius: 10px;
  background-color: #005f99;
  color: #ffffff;
  font-size: 16px;
  text-align: center;
  line-height: 37px;
}

.xgtj_tou a:hover {
  background-color: #a38601;
}

.xgtj_nr ul {
  overflow: hidden;
  margin-right: -80px;
}

.xgtj_nrge {
  width: 326px;
  height: 54px;
  margin-right: 78px;
  float: left;
  background: url("../img/hydtxq_e.png") no-repeat center left;
}

.xgtj_nrge:hover {
  background: url("../img/hydtxq_es.png") no-repeat center left;
}

.xgtj_nrge h3 {
  font-weight: 400;
  width: 100%;
  height: 100%;
}

.xgtj_nrge h3 a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding-left: 16px;
  box-sizing: border-box;
  line-height: 54px;
  color: #666666;
  font-size: 14px;
}

.xgtj_nrge h3 a:hover {
  color: #005f99;
}

.xgtj_nrge h3 a div {
  float: left;
  width: 200px;
}

.xgtj_nrge h3 a span {
  display: block;
  float: right;
}

.ejdh_ylb {
  width: 654px;
  margin-top: 32px;
  position: relative;
}

.ejdh_ylb .prev {
  width: 12px;
  height: 20px;
  position: absolute;
  left: -12px;
  top: 11px;
  background: url(../img/sy_v.png) no-repeat center;
}

.ejdh_ylb .next {
  width: 12px;
  height: 20px;
  position: absolute;
  right: -12px;
  top: 11px;
  background: url(../img/sy_vs.png) no-repeat center;
}

.cpzs .w {
  padding: 63px 0 46px;
}

.cpzs_nr {
  margin-bottom: 35px;
  min-height: 300px;
}

.cpzs_nr ul {
  overflow: hidden;
  margin-right: -20px;
  min-height: 400px;
}

.cpzs_nr .nr_c_nr_lbge {
  float: left;
  margin: 0 15px 30px 0;
}

.cpzsxq .hydtxq_tou {
  text-align: center;
}

.xxsdtou .w {
  padding-top: 36px;
}

.xxsdtou .ejdh_y {
  padding-top: 42px;
  color: #666666;
  font-size: 14px;
}

.xxsdtou .ejdh_y a {
  color: #666666;
  font-size: 14px;
}

.xxsdtou .ejdh_y a.on {
  color: #005f99;
  font-size: 14px;
}

.xxsd .w {
  padding-top: 50px;
  padding-bottom: 60px;
}

.xxsd_a {
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}

.xxsd_b {
  color: #005f99;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 27px;
  text-align: center;
}

.xxsd_c {
  color: #323232;
  font-size: 16px;
  text-align: center;
  margin-bottom: 27px;
}

.xxsd_d {
  width: 100%;
  height: 346px;
}

.xxsd_d iframe {
  width: 100%;
  height: 100%;
}

.zsjm {
  padding: 52px 0;
}

.zsjm_ge {
  margin-bottom: 43px;
}

.zsjm_ge_tou {
  color: #000000;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 20px;
}

.zsjm_ge_tou span {
  display: inline-block;
  margin-right: 15px;
  height: 70px;
  width: 75px;
  text-align: center;
  line-height: 70px;
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
  background: url("../img/zsjm_a.png") no-repeat center;
}

.zsjm_ge_nr p {
  color: #323232;
  font-size: 14px;
  text-indent: 2em;
  line-height: 37px;
}

.lxwm {
  padding: 57px 0 100px;
}

.lxwm_a {
  margin-bottom: 77px;
}

.lxwm_a ul {
  width: 100%;
  text-align: center;
}

.lxwm_a ul li {
  display: inline-block;
  width: 283px;
  text-align: center;
}

.lxwm_a li div {
  color: #989898;
  font-size: 16px;
  margin: 26px 0;
}

.lxwm_a li p {
  color: #323232;
  font-size: 16px;
}

.lyfw .w {
  position: relative;
  height: 585px;
  color: #ffffff;
  font-size: 24px;
  padding: 170px 0 0 50px;
  box-sizing: border-box;
  background: url("../img/lyfw_a.png") no-repeat center;
}

.lyfw_nr {
  position: absolute;
  width: 403px;
  height: 436px;
  right: 179px;
  top: 72px;
  background-color: #fff;
  box-shadow: #f6f6f6 0 0 25px 10px;
  padding: 26px;
  box-sizing: border-box;
}

.lyfw_nr h1 {
  color: #005f99;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  line-height: 40px;
}

.lyfw_nr_a {
  overflow: hidden;
  margin-bottom: 30px;
}

.lyfw_nr_az {
  float: left;
}

.lyfw_nr_a div {
  height: 37px;
  line-height: 37px;
  width: 162px;
  border-bottom: 1px solid #e9e9e9;
}

.lyfw_nr_a div input {
  width: 100%;
  height: 31px;
  line-height: 35px;
}

.lyfw_nr_a div input::-webkit-input-placeholder {
  color: #5f5f5f;
  font-size: 14px;
}

.lyfw_nr_az {
  float: left;
}

.lyfw_nr_ay {
  float: right;
}

.lyfw_nr_b {
  width: 100%;
  height: 117px;
  padding: 10px 0;
  box-sizing: border-box;
}

.lyfw_nr_b textarea {
  width: 100%;
  height: 100%;
  font-family: 微软雅黑;
  resize: none;
  border: 0;
  border-bottom: 1px solid #e9e9e9;
  outline: none;
}

.lyfw_nr_b textarea::-webkit-input-placeholder {
  color: #5f5f5f;
  font-size: 14px;
}

.lyfw_nr_c {
  width: 100%;
  height: 56px;
  padding-top: 16px;
  line-height: 40px;
  box-sizing: border-box;
  border-bottom: 1px solid #e9e9e9;
  overflow: hidden;
  margin-bottom: 33px;
}

.lyfw_nr_c input {
  display: block;
  float: left;
  width: 156px;
  height: 38px;
}

.lyfw_nr_c input::-webkit-input-placeholder {
  color: #5f5f5f;
  font-size: 13px;
}

.lyfw_nr_c div {
  float: right;
}

.lyfw_nr_d {
  width: 152px;
  height: 44px;
  text-align: center;
  line-height: 44px;
  margin: 0 auto;
  border-radius: 5px;
  overflow: hidden;
}

.lyfw_nr_d a {
  display: block;
  width: 100%;
  height: 100%;
  color: #ffffff;
  font-size: 16px;
  background-color: #005f99;
}

.lyfw_nr_d a:hover {
  background-color: #a38601;
}

.zpxx {
  padding-bottom: 50px;
}

.zpxx .w {
  padding: 8px 32px 16px;
  box-sizing: border-box;
  background-color: #f9f9f9;
  margin-bottom: 36px;
}

.jrwm_nr {
  width: 100%;
}

.jrwm_ge {
  width: 100%;
  min-height: 78px;
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 23px;
}

.jrwm_ge:last-child {
  border-bottom: 0px solid #e8e8e8;
}

.jrwm_ge_tou {
  width: 100%;
  height: 78px;
  line-height: 78px;
  padding-left: 15px;
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
}

.jrwm_ge .jrwm_ge_nr {
  width: 100%;
  padding: 34px 35px 42px 34px;
  box-sizing: border-box;
  background-color: #fff;
  display: none;
}

.jrwm_ge.on .jrwm_ge_nr {
  display: block;
}

.jrwm_ge_yi {
  width: 300px;
}

.jrwm_ge_tou span {
  display: inline-block;
  margin-right: 6px;
  color: #333333;
  font-size: 14px;
}

.jrwm_ge_tou .jrwm_ge_yi {
  color: #575757;
  font-size: 18px;
  font-weight: 700;
}

.jrwm_ge_er {
  width: 250px;
}

.jrwm_ge_san {
  width: 200px;
}

.jrwm_ge_si {
  width: 250px;
}

.jrwm_ge_tou .jrwm_ge_wu {
  display: block;
  position: absolute;
  right: -11px;
  top: 15px;
  width: 75px;
  height: 55px;
  background: url(../img/jrwm_a.png) no-repeat center;
}

.jrwm_ge_nr_p {
  min-height: 200px;
  margin-bottom: 34px;
}

.jianli {
  width: 100%;
  text-align: center;
}

.jrwm_ge_nr_p p {
  color: #333333;
  font-size: 14px;
  line-height: 30px;
}

.jianli>div {
  display: inline-block;
  width: 119px;
  height: 35px;
  border: 1px solid #b5b5b5;
  border-radius: 17.5px;
  text-align: center;
  line-height: 35px;
  color: #333333;
  font-size: 14px;
  margin: 0 8px;
  cursor: pointer;
  background-color: #005f99;
}

.jianli>div:hover {
  background-color: #a38601;
}

.jianli>div a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 16px;
}

.jrwm_ge_nrbt {
  width: 100%;
  height: 76px;
  box-sizing: border-box;
  color: #575757;
  font-size: 18px;
  font-weight: 700;
}

.jrwm_ge_nrbt div {
  float: left;
}

.jrwm_ge_nrbt span {
  display: block;
  float: right;
  width: 27px;
  height: 27px;
  cursor: pointer;
  background: url("../img/zpxx_a.png") no-repeat center;
  display: none;
}

.zpxx_bt {
  width: 100%;
  text-align: center;
  padding: 48px 0 39px;
}

.zpxx_bt h1 {
  color: #005f99;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 25px;
}

.zpxx_bt p {
  color: #323232;
  font-size: 15px;
  font-weight: 400;
}

.ckly {
  padding: 40px 0 50px;
}

.ckly_nr {
  margin-bottom: 32px;
  min-height: 300px;
}

.ckly_nr .w {
  min-height: 500px;
  background: url("../img/ckly_a.png") no-repeat 7px center;
  background-size: 1px 90%;
}

.ckly_nr_ge {
  width: 100%;
  background: url("../img/ckly_f.png") no-repeat left center;
}

.ckly_nr_ge:hover {
  width: 100%;
  background: url("../img/ckly_e.png") no-repeat left center;
}

.ckly_nr_geke {
  width: 100%;
  min-height: 167px;
  background: url("../img/ckly_d.png") no-repeat bottom center;
  padding-left: 36px;
  padding-top: 40px;
  box-sizing: border-box;
}

.ckly_nr_gegez {
  width: 100%;
  min-height: 47px;
  float: left;
  margin-bottom: 10px;
}

.ckly_nr_geyi {
  float: left;
  width: 47px;
  height: 47px;
  border: 50%;
  overflow: hidden;
  margin-right: 9px;
}

.ckly_nr_geyi img {
  width: 100%;
  height: 100%;
}

.ckly_nr_geer {
  float: left;
  max-width: 900px;
  color: #000000;
  font-size: 14px;
}

.ckly_nr_gesan {
  float: right;
  color: #787878;
  font-size: 14px;
}

.ckly_nr_gegey {
  float: right;
}

.ckly_nr_gegey div {
  float: right;
}

.wzdt {
  padding: 63px 0;
}

.wzdt img {
  margin-bottom: 20px;
}

.wzdt_log {
  width: 411px;
  margin: 0 auto;
}

.wzdt_nr {
  width: 100%;
  min-height: 500px;
  padding-top: 36px;
  background: url("../img/wzdt_b.png") no-repeat top center;
}

.wzdt_nr>ul {
  width: 100%;
  overflow: hidden;
}

.wzdt_nr>ul>li {
  float: left;
  width: 149px;
  text-align: center;
}

.wzdt_nr>ul>li>a {
  float: left;
  width: 149px;
  text-align: center;
  margin-bottom: 25px;
  height: 15px;
  line-height: 15px;
  color: #323232;
  font-size: 16px;
  border-right: 1px dashed #8d8d8d;
}

.wzdt_nr>ul>li:hover>a {
  color: #a38601;
}

.wzdt_nr>ul>li:last-child>a {
  border-right: 0px dashed #8d8d8d;
}

.wzdt_nr>ul>li ul {
  float: left;
  width: 149px;
  text-align: center;
}

.wzdt_nr>ul>li ul li {
  line-height: 37px;
  height: 37px;
}

.wzdt_nr>ul>li ul li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #323232;
  font-size: 14px;
}

.wzdt_nr>ul>li ul li a:hover {
  color: #a38601;
}

/* 产品展示修改开始 */

.cpzsxg {
  width: 100%;
}

.cpzsxg_z {
  float: left;
  width: 293px;
  min-height: 800px;
  position: relative;
  background-color: #f5f5f5;
  padding: 20px 0;
}

.cpzsxg_y {
  float: right;
  width: 892px;
}

.cpzsxg_zbt {
  width: 293px;
  height: 80px;
  border-radius: 4px 4px 0 0;
  background-color: #005f99;
  position: absolute;
  top: -80px;
  left: 0;
}

.cpzsxg_zbt div {
  width: 100%;
  text-align: center;
  line-height: 51px;
  color: #ffffff;
  font-size: 28px;
  font-weight: 700;
}

.cpzsxg_zbt p {
  width: 100%;
  text-align: center;
  color: #ffffff;
  font-size: 14px;
}

.cpzsxg_zbt p em {
  width: 13px;
  height: 1px;
  background-color: #fff;
  display: inline-block;
  vertical-align: super;
}

.cpzsxg_znr {
  width: 100%;
  padding: 0 16px 0;
  box-sizing: border-box;
}

.cpzsxg_znr dl {
  margin-bottom: 14px;
  transition: all ease-out 0.5s;
}

.cpzsxg_znr dt {
  width: 100%;
  min-height: 37px;
  text-align: center;
  line-height: 37px;
  background-color: #a38601;
  color: #ffffff;
  font-size: 18px;
  cursor: pointer;
}

.cpzsxg_znr dd {
  min-height: 46px;
  line-height: 46px;
  border-bottom: 1px dashed #dfdfdf;
  display: none;
}

.cpzsxg_znr dl.on dd {
  display: block;
}

.cpzsxg_znr dd:last-child {
  border-bottom: 0;
}

.cpzsxg_znr dd a {
  color: #333333;
  font-size: 16px;
  display: block;
  width: 100%;
  padding: 0 7px;
  box-sizing: border-box;
}

.cpzsxg_znr dd.on a {
  color: #a38601;
}

.cpzsxg_znr dd:hover a {
  color: #a38601;
}

/* 产品展示修改结束 */

/* @media screen and (max-width: 1678px) {

} */